Fix animated gif segfault and frame clearing bug.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 02:34:23 +0000 (22:34 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 02:34:23 +0000 (22:34 -0400)
commit3c806f17569621ce1368226c7d7221ea755def63
tree688ab294a64290646dd5d81aa92f5376f9a86bae
parent2b3b6256fc35a0f0fe3d3c8df18028546b80c605
Fix animated gif segfault and frame clearing bug.

* src/image.c (gif_load): Don't assume that each subimage has the same
dimensions as the base image.  Handle disposal method that is
"undefined" by the gif spec.
src/ChangeLog
src/image.c